home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / dosapps / freedos / doc / fdisk / install.txt < prev    next >
Encoding:
Text File  |  2002-11-10  |  1.7 KB  |  48 lines

  1. INSTALL
  2.  
  3. This file needs updated.
  4.  
  5. Pre-requesits:
  6.  
  7. 1.  Compile CATS and copy the catdb.lib file to the \source\fdisk directory.
  8. 2.  Copy the bootnorm.asm file to the \source\fdisk directory.
  9. 3.  Copy the booteasy.asm file to the \source\fdisk directory.
  10.  
  11. How to install the program from the source code:
  12.  
  13. To compile the source code you need:
  14. 1.  Borland Turbo C++ 3.0 or compatible.
  15. 2.  The included source code and header file for fdisk.exe.
  16. 3.  A PC running some form of DOS.  (Probably greater than MS-DOS 4.0.)
  17.  
  18. Instructions:
  19.  
  20. Note:  I used Borland Turbo C++ 3.0 as a compiler, the instructions will
  21.        vary depending upon the compiler used.
  22.  
  23. 1.  Run the GUI version of Borland Turbo C++ 3.0 by typing "tc"
  24. 2.  Make sure that your compiler is set to at least the "large" memory
  25.     model.
  26. 3.  Go under "Project" on the menu bar at the top of the screen and open
  27.     the fdisk.prj project file.
  28. 4.  Go under "Compile" on the menu bar and select "Build all."
  29. 5.  Exit from the compiler and you will have the executable.
  30.  
  31. OR
  32.  
  33. 1.  Place all of the source code in one subdirectory.
  34. 2.  From the command line, type "make all".
  35. 3.  After compiling and linking, you should have the fdisk.exe file.
  36.  
  37. Optional:
  38. Include the "part.ini" file in a directory in the PATH to give
  39. the program enhanced partition type lookup capability.
  40.  
  41. Include the "fdisk.ini" file in a directory in the PATH to be able
  42. to set some commonly used options.
  43.  
  44. Use the APACK program, by Jeorgen Ibsen, to turn the executable into a 
  45. small, packed executable.  The command to do so is "apack -x fdisk.exe
  46. fdiska.exe"  Then delete the fdisk.exe file and rename the fdiska.exe
  47. to fdisk.exe.
  48.